Skip to content

Bump Scala CLI to v1.8.0 (was v1.7.1) #23168

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 15, 2025

Conversation

Gedochao
Copy link
Contributor

https://github.com/VirtusLab/scala-cli/releases/tag/v1.8.0

Notable changes:

  • Scala.js set to 1.19.0
  • Scala LTS bumped to 3.3.6
  • runner and test-runner modules are now built with Scala 3.3.6, and thus only support Scala 3.3+ (support for 2.13 and 2.12 remain unchanged). For builds using Scala 3.0, 3.1 and 3.2, and older runner/test-runner is used (v1.7.1, specifically).
  • A number of compiler options no longer require being passed with -O, when used from the command line.
  • Scala CLI now detects multiple test frameworks under the test sub-command, rather than just one.
  • It is also possible to pre-define multiple test frameworks in a Scala CLI project.
//> using test.frameworks org.scalatest.tools.Framework munit.Framework custom.CustomFramework

@WojciechMazur @tgodzik we might want to backport this into 3.7.1, if we do another RC.

@Gedochao Gedochao requested a review from hamzaremmal May 15, 2025 11:27
@Gedochao Gedochao added release-notes Should be mentioned in the release notes backport:nominated If we agree to backport this PR, replace this tag with "backport:accepted", otherwise delete it. labels May 15, 2025
@hamzaremmal hamzaremmal merged commit 76bd5c7 into scala:main May 15, 2025
29 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport:nominated If we agree to backport this PR, replace this tag with "backport:accepted", otherwise delete it. release-notes Should be mentioned in the release notes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants